Uses of Interface
org.eclipse.vtp.framework.spi.IExecutionDescriptor

Packages that use IExecutionDescriptor
org.eclipse.vtp.framework.engine.http   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
org.eclipse.vtp.framework.spi   
 

Uses of IExecutionDescriptor in org.eclipse.vtp.framework.engine.http
 

Classes in org.eclipse.vtp.framework.engine.http that implement IExecutionDescriptor
 class DeploymentExecution
          A single execution on the HTTP connector.
 

Uses of IExecutionDescriptor in org.eclipse.vtp.framework.engine.runtime
 

Methods in org.eclipse.vtp.framework.engine.runtime with parameters of type IExecutionDescriptor
 IExecution Session.createExecution(IExecutionDescriptor descriptor)
           
 

Constructors in org.eclipse.vtp.framework.engine.runtime with parameters of type IExecutionDescriptor
Execution(Session session, IExecutionDescriptor descriptor)
          Creates a new Execution.
 

Uses of IExecutionDescriptor in org.eclipse.vtp.framework.engine.support
 

Fields in org.eclipse.vtp.framework.engine.support declared as IExecutionDescriptor
protected  IExecutionDescriptor AbstractExecutionContext.descriptor
          The execution descriptor.
 

Constructors in org.eclipse.vtp.framework.engine.support with parameters of type IExecutionDescriptor
AbstractExecutionContext(ISessionContext sessionContext, IExecutionDescriptor descriptor)
          Creates a new AbstractExecutionContext.
 

Uses of IExecutionDescriptor in org.eclipse.vtp.framework.spi
 

Methods in org.eclipse.vtp.framework.spi with parameters of type IExecutionDescriptor
 IExecution ISession.createExecution(IExecutionDescriptor descriptor)
          Creates a new process execution context at the current location.